home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / whackSource / __READ ME__ next >
Text File  |  2001-01-06  |  818b  |  10 lines

  1. "Whack"
  2.  
  3. The second program I ever wrote with REALbasic. A simple but satisfying game: you have to click on "moles" as they pop up from the ground. Shows smooth animation of color graphics, and use of sounds; it was very easy to write, thanks to Timers, multiple instantiations of a single custom class, and other cool REALbasic features; only about 80 lines of code, and presto, I had myself a working game that has kept me happily clicking away for hours! (But of course, I'm rather easily amused.)
  4.  
  5. matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt
  6.           *** REALbasic: The Definitive Guide! ***
  7. http://www.amazon.com/exec/obidos/ASIN/1565926579/somethingsbymatt
  8. Ch. 3: http://www.oreilly.com/catalog/realbasic/chapter/ch03.html
  9. -- See my home page for latest news, tutorials, examples, etc. --
  10.